-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix nvme smart bug #750
base: master
Are you sure you want to change the base?
fix nvme smart bug #750
Conversation
Hey @ITJamie I assume in your system, the file is empty? We need to have this as deterministic as possible. While one might assume that no one would ever call their ATA disks nvme, it would be helpful for us to get some more insights into that specific case. |
ls output:
without this fix in the pr none of these disks show up there is no device subfolder inside the device folder on these:
os info: debian 12 base but with a more uptodate ubuntu kernel (this is how proxmox is built)
|
theres now a conflict in this pr. ive tried the upstream 0c5e36c just now and it still doesnt see the nvme's . edit: conflicts fixed |
@martinhv is there any additional info you need? |
General information
some nvme disks are missing from monitoring
tested on: debian bookworm
Proposed changes
added an override to assume that any device name containing "nvme" is an nvme disk.